'Declaration
Public Function New( _ ByVal owner As FlexMap(Of T) _ )
'Usage
Dim owner As FlexMap(Of T) Dim instance As New GeoMapLayer(Of T)(owner)
public GeoMapLayer<T>( FlexMap<T> owner )
public: GeoMapLayer<T>( FlexMap<T*>* owner )
public: GeoMapLayer<T>( FlexMap<T^>^ owner )
Parameters
- owner
- The owner which owns this map layer.